
Marvel Characters
Search Marvel characters from the marvel api built with React and Redux. I used this project to learn Redux and use an api like the Marvel api to read the documentation and get familiar with criterias for example the Attribution, rate limits and linking.
There were two dependencies I used with this project with Redux which were redux-logger and redux-thunk. Redux-logger gave me a way to get a better idea of what's happening with Redux and since I was using asyc fetching I needed redux-thunk middleware so that my action creator returns a function for an asynchronous dispatch. One main feature I would like to add is pagination to fetch all characters and to filter out those without images.